Lucene search

K
LinuxLinux Kernel

10712 matches found

CVE
CVE
added 2024/10/21 12:15 p.m.44 views

CVE-2024-47721

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: remove unused C2H event ID RTW89_MAC_C2H_FUNC_READ_WOW_CAM to prevent out-of-bounds reading The handler of firmware C2H event RTW89_MAC_C2H_FUNC_READ_WOW_CAM isn'timplemented, but driver expects number of handlers isNU...

7.1CVSS6.7AI score0.0003EPSS
CVE
CVE
added 2024/10/21 8:15 p.m.44 views

CVE-2024-50037

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only cleanup deferred I/O if necessary Commit 5a498d4d06d6 ("drm/fbdev-dma: Only install deferred I/O ifnecessary") initializes deferred I/O only if it is used.drm_fbdev_dma_fb_destroy() however calls fb_deferred_io_...

5.5CVSS5AI score0.00034EPSS
CVE
CVE
added 2024/11/05 6:15 p.m.44 views

CVE-2024-50100

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: dummy-hcd: Fix "task hung" problem The syzbot fuzzer has been encountering "task hung" problems eversince the dummy-hcd driver was changed to use hrtimers instead ofregular timers. It turns out that the problems are ca...

5.5CVSS5.3AI score0.00031EPSS
CVE
CVE
added 2024/11/07 10:15 a.m.44 views

CVE-2024-50149

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the run_job threadresulting in UAF. It is only safe for free job to naturally be called bythe scheduler. Rather free job in TDR, add to pending list. (che...

7.8CVSS7AI score0.00032EPSS
CVE
CVE
added 2024/11/08 6:15 a.m.44 views

CVE-2024-50173

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup() The group variable can't be used to retrieve ptdev in our second loop,because it points to the previously iterated list_head, not a validgroup. Get the ptdev o...

5.5CVSS6.4AI score0.00025EPSS
CVE
CVE
added 2024/12/27 2:15 p.m.44 views

CVE-2024-53204

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtk_usb3phy_probe In rtk_usb3phy_probe() devm_kzalloc() may return NULLbut this returned value is not checked.

5.5CVSS7AI score0.00028EPSS
CVE
CVE
added 2024/12/27 2:15 p.m.44 views

CVE-2024-53235

In the Linux kernel, the following vulnerability has been resolved: erofs: fix file-backed mounts over FUSE syzbot reported a null-ptr-deref in fuse_read_args_fill:fuse_read_folio+0xb0/0x100 fs/fuse/file.c:905filemap_read_folio+0xc6/0x2a0 mm/filemap.c:2367do_read_cache_folio+0x263/0x5c0 mm/filemap....

5.5CVSS6.4AI score0.00028EPSS
CVE
CVE
added 2024/12/27 3:15 p.m.44 views

CVE-2024-56617

In the Linux kernel, the following vulnerability has been resolved: cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU Commit 5944ce092b97 ("arch_topology: Build cacheinfo from primary CPU") adds functionality that architectures can use to optionally allocate andbuild ca...

5.5CVSS6.3AI score0.00023EPSS
CVE
CVE
added 2024/12/27 3:15 p.m.44 views

CVE-2024-56666

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Dereference null return value In the function pqm_uninit there is a call-assignment of "pdd =kfd_get_process_device_data" which could be null, and this value waslater dereferenced without checking.

5.5CVSS6.6AI score0.00028EPSS
CVE
CVE
added 2024/12/27 3:15 p.m.44 views

CVE-2024-56668

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain The qi_batch is allocated when assigning cache tag for a domain. Whilefor nested parent domain, it is missed. Hence, when trying to map pagesto the nested parent, NULL...

5.5CVSS6.3AI score0.00028EPSS
CVE
CVE
added 2025/02/27 2:15 a.m.44 views

CVE-2024-57994

In the Linux kernel, the following vulnerability has been resolved: ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple() Jakub added a lockdep_assert_no_hardirq() check in __page_pool_put_page()to increase test coverage. syzbot found a splat caused by hard irq blocking inptr_ring_re...

6.4AI score0.00028EPSS
CVE
CVE
added 2025/02/27 3:15 a.m.44 views

CVE-2025-21783

In the Linux kernel, the following vulnerability has been resolved: gpiolib: Fix crash on error in gpiochip_get_ngpios() The gpiochip_get_ngpios() uses chip_() macros to print messages.However these macros rely on gpiodev to be initialised and set,which is not the case when called via bgpio_init()....

5.5CVSS5.4AI score0.00015EPSS
CVE
CVE
added 2025/02/27 3:15 a.m.44 views

CVE-2025-21797

In the Linux kernel, the following vulnerability has been resolved: HID: corsair-void: Add missing delayed work cancel for headset status The cancel_delayed_work_sync() call was missed, causing a use-after-freein corsair_void_remove().

7.8CVSS6.6AI score0.0002EPSS
CVE
CVE
added 2025/04/01 4:15 p.m.44 views

CVE-2025-21901

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Add sanity checks on rdev validity There is a possibility that ulp_irq_stop and ulp_irq_startcallbacks will be called when the device is in detached state.This can cause a crash due to NULL pointer dereference asthe r...

5.5CVSS7AI score0.00017EPSS
CVE
CVE
added 2025/05/01 1:15 p.m.44 views

CVE-2025-23154

In the Linux kernel, the following vulnerability has been resolved: io_uring/net: fix io_req_post_cqe abuse by send bundle [ 114.987980][ T5313] WARNING: CPU: 6 PID: 5313 at io_uring/io_uring.c:872 io_req_post_cqe+0x12e/0x4f0[ 114.991597][ T5313] RIP: 0010:io_req_post_cqe+0x12e/0x4f0[ 115.001880][ ...

6.9AI score0.00026EPSS
CVE
CVE
added 2025/05/08 7:15 a.m.44 views

CVE-2025-37816

In the Linux kernel, the following vulnerability has been resolved: mei: vsc: Fix fortify-panic caused by invalid counted_by() use gcc 15 honors the __counted_by(len) attribute on vsc_tp_packet.buf[]and the vsc-tp.c code is using this in a wrong way. len does not containthe available size in the bu...

5.6AI score0.00025EPSS
CVE
CVE
added 2025/05/08 7:15 a.m.44 views

CVE-2025-37827

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: return EIO on RAID1 block group write pointer mismatch There was a bug report about a NULL pointer dereference in__btrfs_add_free_space_zoned() that ultimately happens because aconversion from the default metadata pro...

6.4AI score0.00025EPSS
CVE
CVE
added 2025/05/09 7:16 a.m.44 views

CVE-2025-37843

In the Linux kernel, the following vulnerability has been resolved: PCI: pciehp: Avoid unnecessary device replacement check Hot-removal of nested PCI hotplug ports suffers from a long-standing racecondition which can lead to a deadlock: A parent hotplug port acquirespci_lock_rescan_remove(), then w...

6.6AI score0.00026EPSS
CVE
CVE
added 2025/05/09 7:16 a.m.44 views

CVE-2025-37845

In the Linux kernel, the following vulnerability has been resolved: tracing: fprobe events: Fix possible UAF on modules Commit ac91052f0ae5 ("tracing: tprobe-events: Fix leakage of modulerefcount") moved try_module_get() from __find_tracepoint_module_cb()to find_tracepoint() caller, but that introd...

6.4AI score0.00026EPSS
CVE
CVE
added 2025/05/09 7:16 a.m.44 views

CVE-2025-37856

In the Linux kernel, the following vulnerability has been resolved: btrfs: harden block_group::bg_list against list_del() races As far as I can tell, these calls of list_del_init() on bg_list cannotrun concurrently with btrfs_mark_bg_unused() or btrfs_mark_bg_to_reclaim(),as they are in transaction...

6.5AI score0.00026EPSS
CVE
CVE
added 2025/05/09 7:16 a.m.44 views

CVE-2025-37872

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix memory leak in txgbe_probe() error path When txgbe_sw_init() is called, memory is allocated for wx->rss_keyin wx_init_rss_key(). However, in txgbe_probe() function, the subsequenterror paths after txgbe_sw_init()...

6.5AI score0.00025EPSS
CVE
CVE
added 2025/05/20 4:15 p.m.44 views

CVE-2025-37944

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process Currently, ath12k_dp_mon_srng_process uses ath12k_hal_srng_src_get_next_entryto fetch the next entry from the destination ring. This is incorrect becauseath12k_hal...

6.7AI score0.00026EPSS
CVE
CVE
added 2000/02/04 5:0 a.m.43 views

CVE-1999-0257

Nestea variation of teardrop IP fragmentation denial of service.

5CVSS6.8AI score0.00504EPSS
CVE
CVE
added 2000/02/04 5:0 a.m.43 views

CVE-1999-0330

Linux bdash game has a buffer overflow that allows local users to gain root access.

7.2CVSS7.8AI score0.00063EPSS
CVE
CVE
added 2004/08/06 4:0 a.m.43 views

CVE-2004-0596

The Equalizer Load-balancer for serial network interfaces (eql.c) in Linux kernel 2.6.x up to 2.6.7 allows local users to cause a denial of service via a non-existent device name that triggers a null dereference.

2.1CVSS6.5AI score0.00063EPSS
CVE
CVE
added 2005/03/18 5:0 a.m.43 views

CVE-2005-0767

Race condition in the Radeon DRI driver for Linux kernel 2.6.8.1 allows local users with DRI privileges to execute arbitrary code as root.

6.9CVSS5.8AI score0.00054EPSS
CVE
CVE
added 2006/01/11 9:3 p.m.43 views

CVE-2006-0035

The netlink_rcv_skb function in af_netlink.c in Linux kernel 2.6.14 and 2.6.15 allows local users to cause a denial of service (infinite loop) via a nlmsg_len field of 0.

4.9CVSS6.1AI score0.00047EPSS
CVE
CVE
added 2007/02/07 8:28 p.m.43 views

CVE-2007-0822

umount, when running with the Linux 2.6.15 kernel on Slackware Linux 10.2, allows local users to trigger a NULL dereference and application crash by invoking the program with a pathname for a USB pen drive that was mounted and then physically removed, which might allow the users to obtain sensitive...

1.9CVSS5.9AI score0.00061EPSS
CVE
CVE
added 2008/02/12 9:0 p.m.43 views

CVE-2008-0163

Linux kernel 2.6, when using vservers, allows local users to access resources of other vservers via a symlink attack in /proc.

4.4CVSS5.7AI score0.00032EPSS
CVE
CVE
added 2009/07/23 8:30 p.m.43 views

CVE-2009-2584

Off-by-one error in the options_write function in drivers/misc/sgi-gru/gruprocfs.c in the SGI GRU driver in the Linux kernel 2.6.30.2 and earlier on ia64 and x86 platforms might allow local users to overwrite arbitrary memory locations and gain privileges via a crafted count argument, which trigger...

7.2CVSS7.3AI score0.00072EPSS
CVE
CVE
added 2009/09/17 10:30 a.m.43 views

CVE-2009-3234

Buffer overflow in the perf_copy_attr function in kernel/perf_counter.c in the Linux kernel 2.6.31-rc1 allows local users to cause a denial of service (crash) and execute arbitrary code via a "big size data" to the perf_counter_open system call.

4.9CVSS7.3AI score0.01197EPSS
CVE
CVE
added 2013/04/24 7:55 p.m.43 views

CVE-2013-1957

The clone_mnt function in fs/namespace.c in the Linux kernel before 3.8.6 does not properly restrict changes to the MNT_READONLY flag, which allows local users to bypass an intended read-only property of a filesystem by leveraging a separate mount namespace.

4.7CVSS6.3AI score0.00039EPSS
CVE
CVE
added 2017/05/12 3:29 p.m.43 views

CVE-2016-10293

An information disclosure vulnerability in the Qualcomm video driver could enable a local malicious application to access data outside of its permission levels. This issue is rated as Moderate because it first requires compromising a privileged process. Product: Android. Versions: Kernel-3.10. Andr...

4.7CVSS4.3AI score0.00197EPSS
CVE
CVE
added 2016/11/25 4:59 p.m.43 views

CVE-2016-6739

An elevation of privilege vulnerability in the Qualcomm camera driver in Android before 2016-11-05 could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. Android ...

9.3CVSS7.5AI score0.0004EPSS
CVE
CVE
added 2016/11/25 4:59 p.m.43 views

CVE-2016-6744

An elevation of privilege vulnerability in the Synaptics touchscreen driver in Android before 2016-11-05 could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. An...

9.3CVSS7.5AI score0.0007EPSS
CVE
CVE
added 2016/11/25 4:59 p.m.43 views

CVE-2016-6750

An information disclosure vulnerability in Qualcomm components including the GPU driver, power driver, SMSM Point-to-Point driver, and sound driver in Android before 2016-11-05 could enable a local malicious application to access data outside of its permission levels. This issue is rated as Moderat...

5.5CVSS5.1AI score0.00072EPSS
CVE
CVE
added 2017/01/12 3:59 p.m.43 views

CVE-2016-6779

An elevation of privilege vulnerability in the HTC sound codec driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. Product: Android. Versions: Kernel-3....

7.6CVSS6.8AI score0.00151EPSS
CVE
CVE
added 2017/01/12 3:59 p.m.43 views

CVE-2016-8395

A denial of service vulnerability in the NVIDIA camera driver could enable an attacker to cause a local permanent denial of service, which may require reflashing the operating system to repair the device. This issue is rated as High due to the possibility of local permanent denial of service. Produ...

7.1CVSS5AI score0.00167EPSS
CVE
CVE
added 2017/02/08 3:59 p.m.43 views

CVE-2016-8420

An elevation of privilege vulnerability in the Qualcomm Wi-Fi driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. Product: Android. Versions: Kernel-3.1...

7.6CVSS6.6AI score0.00137EPSS
CVE
CVE
added 2017/01/12 8:59 p.m.43 views

CVE-2016-8442

Possible unauthorized memory access in the hypervisor. Lack of input validation could allow hypervisor memory to be accessed by the HLOS. Product: Android. Versions: Kernel 3.18. Android ID: A-31625910. QC-CR#1038173.

7.8CVSS7.4AI score0.00051EPSS
CVE
CVE
added 2017/01/12 8:59 p.m.43 views

CVE-2016-8454

An elevation of privilege vulnerability in the Broadcom Wi-Fi driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. Product: Android. Versions: Kernel-3.1...

7.6CVSS6.9AI score0.00245EPSS
CVE
CVE
added 2017/01/12 8:59 p.m.43 views

CVE-2016-8459

Possible buffer overflow in storage subsystem. Bad parameters as part of listener responses to RPMB commands could lead to buffer overflow. Product: Android. Versions: Kernel 3.18. Android ID: A-32577972. References: QC-CR#988462.

10CVSS9.3AI score0.00594EPSS
CVE
CVE
added 2017/01/12 8:59 p.m.43 views

CVE-2016-8466

An elevation of privilege vulnerability in the Broadcom Wi-Fi driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as Moderate because it first requires compromising a privileged process and is mitigated by current platfor...

7.6CVSS7AI score0.00245EPSS
CVE
CVE
added 2017/02/08 3:59 p.m.43 views

CVE-2017-0451

An information disclosure vulnerability in the Qualcomm sound driver could enable a local malicious application to access data outside of its permission levels. This issue is rated as Moderate because it first requires compromising a privileged process. Product: Android. Versions: Kernel-3.10, Kern...

4.7CVSS4.3AI score0.00088EPSS
CVE
CVE
added 2017/03/08 1:59 a.m.43 views

CVE-2017-0458

An elevation of privilege vulnerability in the Qualcomm camera driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. Product: Android. Versions: Kernel-3....

7.6CVSS6.6AI score0.0024EPSS
CVE
CVE
added 2017/03/08 1:59 a.m.43 views

CVE-2017-0460

An elevation of privilege vulnerability in the Qualcomm networking driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. Product: Android. Versions: Kerne...

7.6CVSS6.6AI score0.0024EPSS
CVE
CVE
added 2017/03/08 1:59 a.m.43 views

CVE-2017-0519

An elevation of privilege vulnerability in the Qualcomm fingerprint sensor driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. Product: Android. Version...

7.6CVSS6.6AI score0.00254EPSS
CVE
CVE
added 2017/05/12 3:29 p.m.43 views

CVE-2017-0612

An elevation of privilege vulnerability in the Qualcomm Secure Execution Environment Communicator driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as High because it first requires compromising a privileged process. Pr...

7.6CVSS6.7AI score0.00193EPSS
CVE
CVE
added 2017/05/12 3:29 p.m.43 views

CVE-2017-0624

An information disclosure vulnerability in the Qualcomm Wi-Fi driver could enable a local malicious application to access data outside of its permission levels. This issue is rated as High because it could be used to access sensitive data without explicit user permission. Product: Android. Versions...

5.5CVSS4.9AI score0.00197EPSS
CVE
CVE
added 2017/05/12 3:29 p.m.43 views

CVE-2017-0626

An information disclosure vulnerability in the Qualcomm crypto engine driver could enable a local malicious application to access data outside of its permission levels. This issue is rated as High because it could be used to access sensitive data without explicit user permission. Product: Android. ...

5.5CVSS4.9AI score0.00197EPSS
Total number of security vulnerabilities10712